home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / example_tools / newinfolist / smakefile < prev   
Makefile  |  1995-03-09  |  286b  |  16 lines

  1. NL : NL.o NL_Subs.o AsmSupport.o
  2.  
  3.                SLINK LIB:c.o,NL.o,NL_Subs.o,AsmSupport.o TO NL LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.  
  5. NL.o : NL.c
  6.  
  7.                SC NL.c
  8.  
  9. NL_Subs.o : NL_Subs.c
  10.  
  11.                SC NL_Subs.c
  12.  
  13. AsmSupport.o : AsmSupport.a
  14.  
  15.                Asm AsmSupport.a
  16.